database recovery造句
例句与造句
- For more information about database recovery , see
有关数据库恢复的详细信息,请参阅 - Rskeymgmt can be used in database recovery operations
可以在数据库恢复操作中使用rskeymgmt 。 - Controls database recovery options and disk i o error checking
控制数据库恢复选项和磁盘i / o错误检查。 - Database recovery model
数据库恢复模式 - Torn pages are typically detected by database recovery if it is truly an incomplete write of a page
如果页面写入确实不完整,则数据库恢复通常会检测到残缺页面。 - It's difficult to find database recovery in a sentence. 用database recovery造句挺难的
- Recovery interval setting is changed from the default value , database recovery takes that many times longer to complete
设置不再是默认值,那么完成数据库恢复所用时间要长多倍。 - Writetext and updatetext operations are minimally logged if database recovery mode is not set to full
如果数据库恢复模式未设置为full ,则按最小方式记录writetext操作和updatetext操作。 - This behavior occurs only at database recovery time for application locks that are reacquired as part of the recovery process
只有在恢复过程中重新获取的应用程序锁处于数据库恢复期间才会发生此行为。 - The rebuild operation can be minimally logged if the database recovery model is set to either bulk - logged or simple
如果数据库恢复模式设置为大容量日志记录或简单,则可以对重新生成操作进行最小日志记录。 - The create index operation can be minimally logged if the database recovery model is set to either bulk - logged or simple
如果数据库恢复模型被设置为大容量日志模型或简单模型,则可以记录最少的创建索引操作。 - Write updates that insert or append new data are minimally logged if the database recovery model is set to bulk - logged or simple
如果将数据库恢复模式设置为大容量日志模式或简单模式,则对插入或追加新数据的 - It explains the different methods of database recovery and logging , and how to use the backup , restore and rollforward commands
它讲解了不同的恢复与日志记录方法,并详细描述如何使用backup 、 restore和rollforward命令。 - Because transaction marks consume log space , use them only for transactions that play a significant role in the database recovery strategy
由于事务标记会消耗日志空间,应只对在数据库恢复策略中起重要作用的事务使用标记。 - During the roll - back phase of a database recovery , snapshot transactions will request a lock if an attempt is made to read data that is locked by another transaction that is being rolled back
在数据库恢复的回滚阶段,如果尝试读取由其他正在回滚的事务锁定的数据,则snapshot事务将请求一个锁。